home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Dema / anito_demo.exe / {app} / data / cutscenes / agila / southsilimanforest / tut_nine.cs < prev    next >
Text File  |  2003-10-27  |  4KB  |  216 lines

  1.  0 0
  2.  1 0
  3.  0 0 0
  4.  
  5. 15
  6.  
  7.   1 1
  8.     1 -1 -1
  9.  
  10.   1 1
  11. "
  12. if (globals.quest_tutorial < 5)
  13. {
  14.   this.line0 = 'none';
  15.   this.target0 = 2;
  16. }
  17. if (globals.quest_tutorial == 5)
  18. {
  19.   this.line0 = 'none';
  20.   this.target0 = 3;
  21. }
  22.   this.line1 = '';
  23. "
  24.     1 -1 -1
  25.  
  26.   1 8
  27. "
  28. this.camerafocus = 'npcBantay0';
  29. this.voicefocus = 'npcBantay0';
  30. this.line0 = 'You have done well, '+globals.player_name+'.  While fighting the boar, your primary ';
  31. this.line1 = 'attributes have increased. ';
  32. this.line2 = '';
  33. this.line3 = '';
  34. this.line4 = '';
  35. this.line5 = '';
  36. this.line6 = '';
  37. StatUp(1);
  38. Face2Face('player', 'npcBantay0');
  39. engine.game.player_neutral = 0;
  40. globals.quest_tutorial = 5;
  41. engine.game.player.next_state = 'normal';
  42. engine.game.player.script = 1;
  43. "
  44.     900 -1 -1
  45.  
  46.   1 14
  47. "
  48. this.camerafocus = 'npcBantay0';
  49. this.voicefocus = 'npcBantay0';
  50. this.line0 = 'Have you allocated the Attribute Point yet?';
  51. this.line1 = '';
  52. this.line2 = '';
  53. this.line3 = '';
  54. this.line4 = '';
  55. this.line5 = '';
  56. this.line6 = '';
  57.  
  58. "
  59.     900 -1 -1
  60.  
  61.   1 5
  62. "
  63. this.camerafocus = 'player';
  64. this.line0 = '';
  65.  
  66. FadeOut();
  67. engine.game.npcBantay0.follow_entity = 'entry801';
  68. "
  69.     90 -1 -1
  70.  
  71.   1 6
  72. "
  73. this.camerafocus = 'player';
  74. this.line0 = '';
  75.  
  76. MaxLife();
  77. UnequipMelee();
  78. UnequipSecondary();
  79.  
  80. "
  81.     1 -1 -1
  82.  
  83.   1 7
  84. "
  85. this.camerafocus = 'player';
  86. this.line0 = '';
  87.  
  88. GiveItemGround('w_kalis');
  89. GiveItemGround('a_buckler');
  90. GiveItemGround('arrows');
  91. GiveItemGround('w_busog');
  92.  
  93. "
  94.     1 -1 -1
  95.  
  96.   1 0
  97. "
  98. this.camerafocus = 'player';
  99. this.line0 = '';
  100.  
  101. globals.spawnx = 5;
  102. globals.nextlevel = 'lanuevo/DatuHouse/Kitchen';
  103. "
  104.     1 -1 -1
  105.  
  106.   1 9
  107. "
  108. this.camerafocus = 'npcBantay0';
  109. this.voicefocus = 'npcBantay0';
  110. this.line0 = 'You must take every opportunity to improve your primary attributes. ';
  111. this.line1 = 'When your attributes increase, you receive an \'Attribute Point\'.  If';
  112. this.line2 = 'you have an Attribute Point available, it will be displayed in the red';
  113. this.line3 = 'orb that is labed as \'Attributes Left\' in your skill screen.';
  114. this.line4 = '';
  115. this.line5 = '';
  116. this.line6 = '';
  117.  
  118. "
  119.     1200 -1 -1
  120.  
  121.   1 10
  122. "
  123. this.camerafocus = 'npcBantay0';
  124. this.voicefocus = 'npcBantay0';
  125. this.line0 = 'After pressing \'K\', click on the blue orbs beside the corresponding';
  126. this.line1 = 'wooden panels to increase your Strength, Agility, Health, or Chakra';
  127. this.line2 = 'attributes. Speak to me after you have allocated your Attribute Point.';
  128. this.line3 = '';
  129. this.line4 = '';
  130. this.line5 = '';
  131. this.line6 = '';
  132. if (CheckEntry(7) == 0)
  133.   ActivateEntry(7);
  134. "
  135.     1200 -1 -1
  136.  
  137.   1 0
  138. "
  139. this.camerafocus = 'player';
  140. this.line0 = '';
  141.  
  142. ActivateHint(10);
  143. "
  144.     1 -1 -1
  145.  
  146.   1 13
  147. "
  148. this.camerafocus = 'player';
  149. this.voicefocus = 'player';
  150. this.line0 = 'Yes, I have.';
  151. this.line1 = '';
  152. this.line2 = '';
  153. this.line3 = '';
  154. this.line4 = '';
  155. this.line5 = '';
  156. this.line6 = '';
  157. DeactivateEntry(7);
  158. "
  159.     900 -1 -1
  160.  
  161.   1 9
  162. "
  163. this.camerafocus = 'player';
  164. this.voicefocus = 'player';
  165. this.line0 = 'Not yet.';
  166. this.line1 = '';
  167. this.line2 = '';
  168. this.line3 = '';
  169. this.line4 = '';
  170. this.line5 = '';
  171. this.line6 = '';
  172.  
  173. "
  174.     900 -1 -1
  175.  
  176.   1 4
  177. "
  178. this.camerafocus = 'npcBantay0';
  179. this.voicefocus = 'npcBantay0';
  180. this.line0 = 'Excellent.  But you still have to learn more.  Tinio will take care of';
  181. this.line1 = 'the rest of your tutorial in Lanuevo.';
  182. this.line2 = '';
  183. this.line3 = '';
  184. this.line4 = '';
  185. this.line5 = '';
  186. this.line6 = '';
  187.  
  188. "
  189.     900 -1 -1
  190.  
  191.   1 14
  192. "
  193.  
  194. this.camerafocus = 'player';
  195. this.voicefocus = 'player';
  196. i = 0;
  197. if (globals.stat_allocatable > 0)
  198. {
  199.     this.line[i] = 'none';
  200.     this.target[i] = '12';
  201.     i++;
  202. }
  203. if (globals.stat_allocatable < 1)
  204. {
  205.     this.line[i] = 'none';
  206.     this.target[i] = '11';
  207.     i++;
  208. }
  209. this.line[i] = '';
  210. "
  211.     1 -1 -1
  212.  
  213.  
  214. 0 0 0 0
  215. 0
  216.